Click or drag to resize

DirectoryEntry Class

Represents a directory entry.
Inheritance Hierarchy

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public abstract class DirectoryEntry : IComparable

The DirectoryEntry type exposes the following members.

Constructors
  NameDescription
Protected methodDirectoryEntry
Initializes a new instance of the DirectoryEntry class
Top
Properties
  NameDescription
Public propertyClassId
Gets or sets class ID.
Public propertyCreatedTime
Gets creation time.
Public propertyLastModifiedTime
Gets last modified time.
Public propertyName
Gets or sets name.
Public propertySize
Gets size.
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also